home *** CD-ROM | disk | FTP | other *** search
- unit LibOptions2Intf;
-
- interface
-
- uses
- Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs;
-
- type
- TLibOptionsDlg2 = class(TForm)
- published
- Panel1: TPanel;
- HelpButton: TButton;
- OKButton: TButton;
- Button2: TButton;
- Panel2: TPanel;
- PageControl: TPageControl;
- PrefPage: TTabSheet;
- GroupBox1: TGroupBox;
- rbDesktopOnly: TRadioButton;
- rbSaveSymbols: TRadioButton;
- GroupBox2: TGroupBox;
- cbASEditor: TCheckBox;
- cbASDesktop: TCheckBox;
- GroupBox3: TGroupBox;
- lbGridX: TLabel;
- lbGridY: TLabel;
- cbDisplayGrid: TCheckBox;
- cbSnapToGrid: TCheckBox;
- ecGridSizeX: TEdit;
- ecGridSizeY: TEdit;
- cbShowComponentCaptions: TCheckBox;
- GroupBox4: TGroupBox;
- cbIntegratedDebugging: TCheckBox;
- cbDebugMainBlock: TCheckBox;
- cbBreakOnException: TCheckBox;
- GroupBox17: TGroupBox;
- lbReposDir: TLabel;
- ecRepositoryDir: TEdit;
- RepositoryBtn: TButton;
- GroupBox12: TGroupBox;
- cbShowProgress: TCheckBox;
- cbWarnPackageRebuild: TCheckBox;
- cbMinimizeOnRun: TCheckBox;
- cbHideDesigners: TCheckBox;
- LibPage: TTabSheet;
- EditorPage: TTabSheet;
- lbUndo: TLabel;
- Label5: TLabel;
- lbBlockInd: TLabel;
- Label6: TLabel;
- Label21: TLabel;
- GroupBox5: TGroupBox;
- eoIndent: TCheckBox;
- eoInsert: TCheckBox;
- eoUseTabChar: TCheckBox;
- eoOptimalFill: TCheckBox;
- eoOutdent: TCheckBox;
- eoCursorInTabs: TCheckBox;
- eoGroupUndo: TCheckBox;
- eoCursorBeyondEOF: TCheckBox;
- eoUndoAfterSave: TCheckBox;
- eoKeepTrailingBlanks: TCheckBox;
- eoBriefRegExp: TCheckBox;
- eoPersistentBlocks: TCheckBox;
- eoOverwriteBlocks: TCheckBox;
- eoDoubleClickLine: TCheckBox;
- eoFindTextAtCursor: TCheckBox;
- eoHighlight: TCheckBox;
- eoForceCutCopyEnabled: TCheckBox;
- eoSmartTab: TCheckBox;
- eoBlockIndent: TComboBox;
- eoUndoLimit: TComboBox;
- eoTabRack: TComboBox;
- eoHighlightExts: TComboBox;
- SpeedSetting: TComboBox;
- EdDispPage: TTabSheet;
- Label4: TLabel;
- Label7: TLabel;
- Label11: TLabel;
- Label16: TLabel;
- GroupBox11: TGroupBox;
- lbRightMargin: TLabel;
- lbGutterWidth: TLabel;
- eoLineOnMargin: TCheckBox;
- eoRightMargin: TComboBox;
- eoGutterWidth: TComboBox;
- eoVisibleGutter: TCheckBox;
- GroupBox10: TGroupBox;
- eoBriefCursors: TCheckBox;
- eoCreateBackup: TCheckBox;
- eoPreserveLineEnds: TCheckBox;
- eoFullZoom: TCheckBox;
- FontName: TComboBox;
- FontSize: TComboBox;
- eoBindingList: TListBox;
- FontSample: TPanel;
- EdColorPage: TTabSheet;
- Label8: TLabel;
- Label9: TLabel;
- EditControlHere: TLabel;
- Label22: TLabel;
- ElementList: TListBox;
- GroupBox6: TGroupBox;
- Bold: TCheckBox;
- Italic: TCheckBox;
- Underline: TCheckBox;
- GroupBox7: TGroupBox;
- DefaultFore: TCheckBox;
- DefaultBack: TCheckBox;
- ColorSpeedSetting: TComboBox;
- ColorGrid: TColorGrid;
- PalPage: TTabSheet;
- PageLabel: TLabel;
- ToolLabel: TLabel;
- PageListBox: TListBox;
- AddButton: TButton;
- DeleteButton: TButton;
- RenameButton: TButton;
- ResetPaletteBtn: TButton;
- ToolListPanel: TPanel;
- ToolListHeader: THeaderControl;
- ToolListBox: TListBox;
- MoveUp: TButton;
- MoveDn: TButton;
- BrowPage: TTabSheet;
- GroupBox8: TGroupBox;
- cbConstants: TCheckBox;
- cbTypes: TCheckBox;
- cbVariables: TCheckBox;
- cbFunctions: TCheckBox;
- cbProperties: TCheckBox;
- cbInherited: TCheckBox;
- cbNonVirtual: TCheckBox;
- cbPrivate: TCheckBox;
- cbProtected: TCheckBox;
- cbPublic: TCheckBox;
- cbPublished: TCheckBox;
- GroupBox15: TGroupBox;
- rbObjects: TRadioButton;
- rbUnits: TRadioButton;
- rbGlobals: TRadioButton;
- GroupBox9: TGroupBox;
- cbQualifiedSymbols: TCheckBox;
- cbSortAlways: TCheckBox;
- GroupBox16: TGroupBox;
- Label12: TLabel;
- CollapseNodes: TComboBox;
- CodeInsight: TTabSheet;
- GroupBox14: TGroupBox;
- Label13: TLabel;
- Label14: TLabel;
- Label15: TLabel;
- cbCodeCompletion: TCheckBox;
- DelayAmount: TTrackBar;
- cbCodeParameters: TCheckBox;
- cbEvalHints: TCheckBox;
- GroupBox13: TGroupBox;
- Label1: TLabel;
- CodeLabel: TLabel;
- TemplateBevel: TBevel;
- CodeList: TListView;
- AddTemplateBtn: TButton;
- EditTemplateBtn: TButton;
- DeleteTemplateBtn: TButton;
- EnvDlgPopup: TPopupMenu;
- dNextPage: TMenuItem;
- dPrevPage: TMenuItem;
- CodePopup: TPopupMenu;
- AddItem: TMenuItem;
- DeleteItem: TMenuItem;
- GroupBox18: TGroupBox;
- cbLibDebugInfo: TCheckBox;
- GroupBox19: TGroupBox;
- rbMapFileOff: TRadioButton;
- rbMapSegOnly: TRadioButton;
- rbMapSegPubs: TRadioButton;
- rbMapDetailed: TRadioButton;
- GroupBox20: TGroupBox;
- cbShowHints: TCheckBox;
- cbShowWarnings: TCheckBox;
- GroupBox21: TGroupBox;
- Label2: TLabel;
- ecUnitAliases: TComboBox;
- GroupBox22: TGroupBox;
- Label3: TLabel;
- Label10: TLabel;
- Label17: TLabel;
- ecDLLOutput: TComboBox;
- ecDCPOutput: TComboBox;
- ecLibraryPath: TComboBox;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
-
- implementation
-
- end.
-
-